home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / programm / gemfsc20 / gemfsc20.lzh / GEMFBIND / AESMENU2.S < prev    next >
Text File  |  1993-03-10  |  945b  |  36 lines

  1.  
  2. ;*========================================================================
  3. ;*
  4. ;* AESFAST Public Domain GEM bindings.
  5. ;*
  6. ;*========================================================================
  7.  
  8.  
  9. ;*************************************************************************
  10. ;*
  11. ;* Menu Manager routines 2 of 2.
  12. ;*    (This call is isolated because an accessory would use this, but none
  13. ;*     of the other menu calls).
  14. ;*
  15. ;*************************************************************************
  16.  
  17. ;-------------------------------------------------------------------------
  18. ; menu_register
  19. ;-------------------------------------------------------------------------
  20.  
  21.           globl     _menu_register
  22. _menu_register:
  23.  
  24. ;          .cargs    #4,apid,ptext.l
  25.  
  26. apid            =    4
  27. ptext            =    6
  28.  
  29.           move.l    #$23010101,d0       ; AControl  35,1,1,1
  30.           lea        apid(sp),a1        ; -> intin
  31.           lea        ptext(sp),a0       ; -> addrin
  32.           jmp        aes_do
  33.  
  34. ;          end of code
  35.  
  36.